home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / jogos / bubghost / bubbleghost.exe / install_script.iss
Encoding:
Text File  |  2003-09-29  |  735 b   |  25 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Bubble Ghost
  5. AppVerName=Bubble Ghost
  6. AppId=Bubble Ghost
  7. DefaultDirName={pf}\Bubble Ghost
  8. DefaultGroupName=Bubble Ghost
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Bubble Ghost.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18.  
  19. [Run]
  20. Filename: "{app}\Bubble Ghost.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  21.  
  22. [Icons]
  23. Name: "{group}\Bubble Ghost"; Filename: "{app}\Bubble Ghost.exe"; WorkingDir: "{app}"; 
  24. Name: "{group}\Desinstalar - Bubble Ghost"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  25.